func reflect.funcLayout
7 uses
reflect (current package)
makefunc.go#L57: _, _, abid := funcLayout(ftyp, nil)
makefunc.go#L112: _, _, abid := funcLayout(ftyp, nil)
type.go#L2761: func funcLayout(t *funcType, rcvr *abi.Type) (frametype *abi.Type, framePool *sync.Pool, abid abiDesc) {
value.go#L468: frametype, framePool, abid := funcLayout(t, rcvrtype)
value.go#L704: _, _, abid := funcLayout(ftyp, nil)
value.go#L961: _, _, valueABI := funcLayout(valueFuncType, nil)
value.go#L963: methodFrameType, methodFramePool, methodABI := funcLayout(valueFuncType, rcvrType)